.kv .swiper-pagination-bullet{
	opacity: 0.8;
	background-color: #fff;
	width: 10px;
	height: 10px;
	vertical-align: top;
}
.kv .swiper-pagination-bullet-active{
	border: 2px solid #0e5ba9;
	background-color: #fff;
	width: 12px;
	height: 12px;
}
.kv .swiper-slide{
	overflow-x: hidden;
}
.kv .swiper-slide img{
	width: 100%;
}
.kv .swiper-slide img.web{
	position: relative;
	left: 50%;
	width: 1920px;
	margin-left: -960px;
}
.kv .swiper-button-next,.kv .swiper-button-prev{
	width: 24px;
	height: 48px;
	margin-top: -24px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.kv .swiper-button-prev{
	background-image: url(../images/index_kv_prev.png);
	left: 100px;
}
.kv .swiper-button-next{
	background-image: url(../images/index_kv_next.png);
	right: 100px;
}
.kv .swiper-button-next.swiper-button-disabled,.kv .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}
#main .inner{
	padding: 3.125% 0 2.8125%;
}
.sec1{
	background-color: #0b4599;
	text-align: right;
	position: relative;
	margin-bottom: 2.5%;
}
.sec1 .left{
	position: absolute;
	left: 0;
	top: 0;
	width: 61.5%;
	height: 100%;
	padding: 3.8% 3.4%;
	background-repeat: no-repeat;
	background-image: url(../images/index_sec1_img2.png);
	background-size: auto 100%;
	background-position: 466px top;
	text-align: left;
}
.sec1 .left h3{
	font-size: 26px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 5%;
}
.sec1 .left p{
	font-size: 14px;
	color: #fff;
	line-height: 2;
}
.sec1 .left a{
	display: block;
	border: 2px solid #fff;
	width: 130px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	position: absolute;
	left: 6%;
	bottom: 12%;
}
.sec1 .left a img{
	vertical-align: middle;
	margin-left: 10px;
}
.sec1 .right{
	width: 38.5%;
	vertical-align: top;
}
.sec2{
	font-size: 0;
	text-align: center;
	margin-bottom: 2.5%;
}
.sec2 .box{
	display: inline-block;
	vertical-align: top;
	width: 23.12%;
	margin-right: 2.5%;
	position: relative;
	overflow: hidden;
	text-align: left;
}
.sec2 .box:last-child{
	margin-right: 0;
}
.sec2 .box .img{
	width: 100%;
}
.sec2 .box .text{
	background-color: #f3f3f3;
	padding: 25px;
}
.sec2 .box .text h5{
	font-size: 18px;
	height: 40px;
	color: #333;
	margin-bottom: 8px;
}
.sec2 .box .text p{
	font-size: 12px;
	color: #666;
	line-height: 2;
	height: 120px;
}
.sec2 .box .cover{
	display: block;
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	background-color: #0e5ba9;
	padding: 19% 14%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.sec2 .box:hover .cover{
	top: 0;
}
.sec2 .box .cover .icon{
	margin-bottom: 20px;
}
.sec2 .box .cover h5{
	font-size: 22px;
	color: #fff;
	font-weight: normal;
}
.sec2 .box .cover p{
	font-size: 14px;
	color: #fff;
	position: absolute;
	left: 14%;
	bottom: 12%;
}
.sec2 .box .cover p img{
	vertical-align: middle;
	margin-left: 10px;
}
.sec3{
	font-size: 0;
}
.sec3 .left{
	display: inline-block;
	vertical-align: top;
	width: 59%;
	margin-right: 2.5%;
}
.sec3 .left h3{
	font-size: 22px;
	color: #0e5ba9;
	font-weight: normal;
	margin-bottom: 3%;
}
.sec3 .left .box{
	background-color: #f3f3f3;
	padding: 4%;
	position: relative;
}
.sec3 .left .swiper-slide{
	width: 32%;
	overflow: hidden;
	position: relative;
}
.sec3 .left .swiper-slide .img{
	width: 100%;
}
.sec3 .left .swiper-slide .cover{
	display: block;
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	background-color: #0e5ba9;
	padding: 12%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.sec3 .left .swiper-slide:hover .cover{
	top: 0;
}
.sec3 .left .swiper-slide .cover h5{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	line-height: 28px;
}
.sec3 .left .swiper-slide .cover p{
	font-size: 14px;
	color: #fff;
	position: absolute;
	left: 12%;
	bottom: 12%;
}
.sec3 .left .swiper-slide .cover p img{
	vertical-align: sub;
	margin-left: 10px;
}
.sec3 .left .swiper-pagination{
	right: 0;
	top: -9.5%;
	bottom: auto;
	left: auto;
}
.sec3 .left .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	margin-left: 14px;
	opacity: 1;
	background-color: #ccc;
}
.sec3 .left .swiper-pagination-bullet-active{
	background-color: #0e5ba9;
}
.sec3 .right{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background-color: #f3f3f3;
	padding: 30px;
}
.sec3 .right h3{
	font-size: 22px;
	color: #0e5ba9;
	font-weight: normal;
	margin-bottom: 44px;
}
.sec3 .right .box{
	height: 184px;
	position: relative;
}
.sec3 .right .swiper-container{
	height: 100%;
}
.sec3 .right .swiper-slide .top{
	margin-bottom: 38px;
}
.sec3 .right .swiper-slide .btn{
	line-height: 15px;
}
.sec3 .right .swiper-slide .title{
	font-size: 16px;
	color: #333;
	display: block;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sec3 .right .swiper-slide p{
	font-size: 12px;
	color: #999;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sec3 .right .swiper-slide .detail{
	display: block;
	float: left;
	font-size: 14px;
	color: #0e5ba9;
}
.sec3 .right .swiper-slide .detail img{
	vertical-align: sub;
	margin-left: 10px;
}
.sec3 .right .swiper-slide .time{
	float: right;
	font-size: 12px;
	color: #666;
}
.sec3 .right .swiper-button-prev,.sec3 .right .swiper-button-next{
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 20px;
	height: 20px;
	margin-top: 0;
	position: static;
	display: inline-block;
	vertical-align: top;
}
.sec3 .right .swiper-button-prev{
	background-image: url(../images/index_sec3_right_prev_hover.png);
}
.sec3 .right .swiper-button-next{
	background-image: url(../images/index_sec3_right_next_hover.png);
	margin-left: 10px;
}
.sec3 .right .swiper-button-next.swiper-button-disabled,.sec3 .right .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}
.sec3 .right .swiper-button-next.swiper-button-disabled{
	background-image: url(../images/index_sec3_right_next.png);
}
.sec3 .right .swiper-button-prev.swiper-button-disabled{
	background-image: url(../images/index_sec3_right_prev.png);
}
.sec3 .right .button-box{
	position: absolute;
	right: 0;
	top: -64px;
	text-align: right;
}
@media only screen and (max-width:1366px){
}
@media only screen and (max-width:1200px){
	.kv .swiper-pagination-bullet{
		width: 0.625rem;
		height: 0.625rem;
	}
	.kv .swiper-pagination-bullet-active{
		width: 0.75rem;
		height: 0.75rem;
		border: 0.125rem solid #0e5ba9;
	}
	.kv .swiper-button-next,.kv .swiper-button-prev{
		display: none;
	}
	#main .inner{
		padding: 0 0 2.8125%;
	}
	.sec1{
		padding: 0 1.875rem 1.875rem;
	}
	.sec1 .left{
		position: static;
		width: 100%;
		height: auto;
		padding: 1.875rem 0;
		background-position: right top;
	}
	.sec1 .left h3{
		font-size: 1.875rem;
	}
	.sec1 .left p{
		font-size: 0.875rem;
		margin-bottom: 5%;
	}
	.sec1 .left a{
		border: 0.125rem solid #fff;
		width: 8.125rem;
		height: 2.5rem;
		line-height: 2.25rem;
		font-size: 0.875rem;
		position: static;
	}
	.sec1 .left a img{
		margin-left: 0.625rem;
	}
	.sec1 .right{
		width: 100%;
	}
	.sec2{
		margin-bottom: 0%;
	}
	.sec2 .box{
		width: 28.125%;
		margin-right: 3.9%;
		margin-bottom: 3.9%;
		text-align: center;
	}
	.sec2 .box:nth-child(3n){
		margin-right: 0;
	}
	.sec2 .box .text{
		text-align: left;
	}
	.sec3 .left{
		width: 100%;
		margin-right: 0%;
	}
	.sec3 .left h3{
		padding: 0 30px;
	}
	.sec3 .left .swiper-pagination{
		right: 30px;
	}
	.sec3 .right{
		width: 100%;
	}
}
@media only screen and (max-width:1024px){
	
}
@media only screen and (max-width:768px){
	
}
@media only screen and (max-width:767px){
	.sec1{
		padding: 0 1.25rem 1.25rem;
	}
	.sec1 .left{
		padding: 2.75rem 0;
		background-image: none;
	}
	.sec1 .left h3{
		font-size: 1.625rem;
		margin-bottom: 1.75rem;
	}
	.sec1 .left p{
		font-size: 0.875rem;
	}
	.sec1 .left a{
		font-size: 0.875rem;
	}
	.sec2{
		padding: 1.25rem;
	}
	.sec2 .box{
		width: 100%;
		margin-right: 0;
		margin-bottom: 1.25rem;
	}
	.sec2 .box .text{
		padding: 1rem 1.5625rem;
	}
	.sec2 .box .text h5{
		font-size: 1.25rem;
		font-weight: normal;
		margin-bottom: 0;
	}
	.sec2 .box .text p{
		display: none;
	}
	.sec3 .left{
		margin-bottom: 1.25rem;
	}
	.sec3 .left .box{
		padding: 1.25rem;
	}
	.sec3 .left h3{
		font-size: 1.375rem;
		padding: 0 1.25rem;
	}
	.sec3 .left .swiper-slide{
		width: 42.6%;
	}
	.sec3 .left .swiper-slide .cover h5{
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	.sec3 .left .swiper-slide .cover p{
		font-size: 0.875rem;
	}
	.sec3 .left .swiper-slide .cover p img{
		margin-left: 0.625rem;
	}
	.sec3 .left .swiper-pagination{
		right: 1.25rem;
		top: -13%;
	}
	.sec3 .left .swiper-pagination-bullet{
		width: 0.625rem;
		height: 0.625rem;
		margin-left: 0.625rem;
	}
	.sec3 .right{
		padding: 1.25rem;
	}
	.sec3 .right h3{
		font-size: 1.375rem;
		margin-bottom: 2.5rem;
	}
	.sec3 .right .box{
		height: 11.875rem;
	}
	.sec3 .right .swiper-slide .top{
		margin-bottom: 2.5rem
	}
	.sec3 .right .swiper-slide .btn{
		line-height: 0.9375rem;
	}
	.sec3 .right .swiper-slide .title{
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	.sec3 .right .swiper-slide p{
		font-size: 0.75rem;
		margin-bottom: 1rem;
	}
	.sec3 .right .swiper-slide .detail{
		font-size: 0.875rem
	}
	.sec3 .right .swiper-slide .detail img{
		width: 0.9375rem;
		margin-left: 0.625rem
	}
	.sec3 .right .swiper-slide .time{
		font-size: 0.75rem
	}
}
@media only screen and (max-width:414px){
	
}